[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DEFCOLOR

 Function
  Change the current color to the system default color.

 Syntax
  DEFCOLOR   No arguments are required

 Remarks
  This statement will change the color in use by PCBoard to the system
  default and send the appropriate ANSI sequence to change color to the
  remote terminal software.  This statement is equivalent to COLOR
  DEFCOLOR().  Note that this statement will only affect a color change if
  the user is in graphics mode.  If the user is in non-graphics mode this
  statement will be ignored.

 Examples
  COLOR @X47
  CLS
  PRINT "This is some sample text.  (This will disappear.)"
  WHILE (INKEY() = "") DELAY 1
  BACKUP 22
  DEFCOLOR
  CLREOL
  PRINT "This goes to the end of the line."

See Also: COLOR DEFCOLOR()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson